From 5c9ea0cf4fbd5e60e5d3e8ba0a25344e55b9a8f8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Dec 2017 14:05:00 -0500 Subject: [PATCH] display: Cosmetic doc changes --- gdk/gdkdisplay.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c index cca05e8518..d8b3c05989 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -46,27 +46,24 @@ * @Short_description: Controls a set of monitors and their associated input devices * @Title: GdkDisplay * - * #GdkDisplay objects purpose are two fold: + * GdkDisplay objects are the GDK representation of a workstation. * - * - To manage and provide information about input devices (pointers and keyboards) - * - * - To manage and provide information about output devices (monitors) - * - * GdkDisplay objects are the GDK representation of a workstation, consisting - * of a keyboard, a pointing device (such as a mouse) and one or more screens. + * Their purpose are two-fold: + * - To manage and provide information about input devices (pointers, keyboards, etc) + * - To manage and provide information about output devices (monitors, projectors, etc) * * Most of the input device handling has been factored out into separate #GdkSeat * objects. Every display has a one or more seats, which can be accessed with * gdk_display_get_default_seat() and gdk_display_list_seats(). * * Output devices are represented by #GdkMonitor objects, which can be accessed - * with gdk-display_get_monitor() and similar APIs. + * with gdk_display_get_monitor() and similar APIs. */ /** * GdkDisplay: * - * The GdkDisplay struct contains only private field and should not + * The GdkDisplay struct contains only private fields and should not * be accessed directly. */ enum -- 2.30.2